home *** CD-ROM | disk | FTP | other *** search
/ The Word 11 / The Word 11 (Disk 2 of 2).adf / 00-ArticleFormats.txt next >
Text File  |  1996-07-12  |  7KB  |  184 lines

  1. $faf|1-Lordy me, it's the...
  2.  
  3.  
  4. $ffa|2-Article Formats
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. $faf|1-Text file, with many fine examples!
  12.  
  13.  
  14.  
  15. $fff                            by Freak of NFA
  16.  
  17. With  the  new  format  of  The  Word  comes a new control code for your
  18. article,  so  now's  a good time to go over the lot of them so that your
  19. articles will look good and we have the minimum of formatting to do.  If
  20. you're  unsure  about  anything  in this article, go into your favourite
  21. text editor and load the file "00-ArticleFormats.txt", and examine it.
  22.  
  23. $ffa|1-Plain ASCII Please!
  24.  
  25.  
  26. $fff
  27. Please  don't  use a text editor that inserts control codes into the doc
  28. to  make  it  look  pretty.   We  require  only  plain ASCII text and so
  29. recomment  that  you  use the same thing that you'd use on your Startup-
  30. Sequence, something like CygnusEd, or just plain old Ed will do.
  31.  
  32. The  width  of  the  articles  is  set  to 72 characters and the text is
  33. indented  by  four  spaces.   This means that if you format your text so
  34. that  it  is  72  characters  wide it will appear centred on the screen.
  35. Lines  longer  than  72 chars WILL be displayed and will wrap around the
  36. screen  on  a  graphical basis, so that text that comes in from the left
  37. after  wrapping  will  be  one  pixel  lower  than  that  on the line it
  38. originated from.
  39.  
  40. Either  set  CygnusEd  to a 72-character width (Shift+Amiga+"6") and set
  41. word  wrap to ON (Amiga+"6") or tap the spacebar 71 times, followed by a
  42. character  to  act as a marker, and don't go beyond this marker when you
  43. type your text.
  44. $ffa
  45. |1-Big Text!
  46.  
  47.  
  48. $fff
  49. Big  Text  is  a  single  phrase  that  you  want to appear in the above
  50. 24-point  font.   Because  it is a 24-point font it takes three lines of
  51. the  normal  text to display, so you should leave at least 2 empty lines
  52. after  it.   To  display a string in Big Text you simply preface it with
  53. the  control string "|1-" and ensure that the "|" character is the first
  54. character on that line.  For example:  The string:
  55.  
  56.                        |1-This is Big Text
  57.  
  58. when placed up against the left-hand edge of the screen, will produce:
  59. $faf
  60. |1-This is Big Text
  61.  
  62.  
  63. $fff
  64. and two blank lines are left after it so that the bit text doesn't over-
  65. write any subsequent lines of ASCII.
  66. $ffa
  67. |2-Big Big Text!
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74. $fff
  75. Big  Big Text is another single phrase, as above, but it is displayed in
  76. a  stonking 60-point font for super-emphasis.  As it's 60-point it needs
  77. 6 empty lines after it to ensure it doesn't overwrite anything else, and
  78. if  you  want  to  display descender characters (g, j, p, q, y) then you
  79. should leave 7 blank lined after it.
  80.  
  81. Again,  the  display code is similar to the Big Text, you simply preface
  82. your  string  with "|2-" and it's all done automatically, so for example
  83. the line:
  84.  
  85.                                |2-Blimey!
  86.  
  87. when placed up against the left-hand border of your file, will produce:
  88. $faf
  89. |2-Blimey!
  90. 1-
  91. 2-
  92. 3-
  93. 4-
  94. 5-
  95. 6-
  96. 7-
  97. $fff
  98. and  in  this  case  7  extra lines are required as there's a "y" in the
  99. string,  taking up another line.  In both of these bigger-text examples,
  100. no  small  (normal?)  type can be on the same line that the bigger stuff
  101. starts on, it'll be included in the big text string, however you CAN put
  102. normal  ascii  on  the subsequent lines if you take care that they don't
  103. overap the main text, illustrated by the numbers 1 to 7 above.
  104. $ffa
  105. |1-Clip Art:
  106.  
  107.  
  108. $fff
  109. Due  to  time constraints, Clipart is yet to be included in this version
  110. of The Word's magazine engine (many apologies to Bootblock/Terraform who
  111. spent  ages  inserting requests!), however it'll be first on the list of
  112. "Things To Do" for issue 11, and should see a much easier-to-use control
  113. method than before.
  114. $ffa
  115. |1-Colour!!
  116.  
  117.  
  118. $fff
  119. This is a new addition into the article text, every line in your article
  120. can  have  it's own colour assigned to it.  By default your article text
  121. will  be  displayed in white, but you can change the current line colour
  122. at  any point by inserting a standard 2-Byte RGB value into the start of
  123. the  line.   These values are used by all paint programs, such as Deluxe
  124. Paint  and  Personal Paint, and so you can find nice colour combinations
  125. beforehand by playing with these packages.
  126.  
  127. As  before with the large text codes, these sequences must appear at the
  128. start  of  the line where you want the colour change to take effect, the
  129. codes go in the format $RGB where R=Red, G=Green and B=Blue, all colours
  130. having  standard  values  from  0  to F.  Note that full green *must* be
  131. requested with $0F0 and *NOT* $F0, which would be logical.
  132. $ffa
  133. |1-What's first then?
  134.  
  135.  
  136. $fff
  137. Here's  how  you should produce your articles, this is the easiest order
  138. for less-experienced people.
  139. $faf
  140.     1>  Main body of text, type your article, leave titles and subtitles
  141.         as  normal  text for now, don't worry about spacing.  Format the
  142.         text to 72 columns, and split it into paragraphs where required.
  143.  
  144.     2>  Go to each title or subtitle in turn, and insert either "|1-" or
  145.         "|2-" (do not include quotes) at the left-hand border to use the
  146.         larger  fonts.  If  you have used font 1 then ensure there are 2
  147.         blank  lines AFTER the one starting "|1-", if you have used font
  148.         2 then ensure there are 7 blank lines (8 if you have used either
  149.         q,y,p or j in lower case) AFTER the  one starting "|2-".  Ensure
  150.         there are no spaces between the "-" and the start of your title.
  151.  
  152.     3>  Change  the colour at the START of any line by inserting the hex
  153.         value for it at the left border.  It DOES NOT MATTER if a colour
  154.         code pushes the width of your text beyond 72 colums.
  155. $aff
  156. |1-The Word Article Tester...
  157.  
  158.  
  159. $fff
  160. The Word Article Tester (TWAT :) can be found on disk 2, you should copy
  161. it  to  your  C:   directory  (on  your hard drive, non-HD owners should
  162. SERIOUSLY  think  about  getting  one!) and run it from the CLI.  Simply
  163. load any .txt article file via the gaudy green requester and you can see
  164. what the file will look like in the magazine.
  165. $aff
  166. The keypresses for TWAT are as follows:
  167.  
  168.     C/Up    -   Scroll upwards through the text
  169.     C/Down  -   Scroll downwards through the text
  170.     Sh+C/Up -   Scroll quickly upwards through the text
  171.     Sh+C/Up -   Scroll quickly downwards through the text
  172.     Esc     -   load another file view the requester
  173.     F1-F8   -   Speed set to 1-8 pixels per frame
  174.     F10     -   Quit
  175.  
  176. $fffTWAT  will  search  the  Ram  Disk for a file called "TWAT.loadme" which
  177. should  contain  the  full name (including path) of the file you want to
  178. pre-load, so you can use it via Directory Opus by creating a MENU entry:
  179.  
  180.             AmigaDOS    C:Echo >RAM:TWAT.loadme {f}
  181.             AmigaDOS    C:TWAT
  182.  
  183. End
  184.